home *** CD-ROM | disk | FTP | other *** search
/ The Big Mouth 10 / Big_Mouth_The_10_1996_-_Side_D.d64 / the main menu_bm (.txt) < prev   
Commodore BASIC  |  2023-02-26  |  1KB  |  35 lines

  1. 1 rem"          "bm staff eyes only!(NULL)
  2. 2 poke 808,234:poke 53280,0:poke 53281,0
  3. 4 fort=1 to 500:next
  4. 6 print"[147][155]   the big mouth magazine - main menu"
  5. 8 fort=1 to 2000:next
  6. 10 print"[147]"
  7. 15 fort=1 to 500:next
  8. 20 printtab(7)"the big mouth - main menu"
  9. 30 print"a - dawnfall/oxyron"
  10. 31 print"b - utility - future composer v2.0"
  11. 32 print"c - attack of the mutant ninja              blueberries (alf yngve)"
  12. 33 print"d - attack of the mutant ninja              blueberries 2 (alf yngve)"
  13. 34 print"e - martin walker's music demo"
  14. 35 print"f - guano!"
  15. 36 print"g - sheet music"
  16. 50 print"     pick a program to load (a-g) ?"
  17. 55 get a$:if a$="" then 55
  18. 60 a=asc(a$):if a-64<1 or a-64>7 then 55
  19. 65 forx=49152 to 49170:ready:poke x,y:nextx
  20. 70 print"  loading..."
  21. 75 sys 49152
  22. 77 data 120,169,013,141,040,003,169,192
  23. 78 data 141,041,003,088,096,238,032,208
  24. 79 data 076,237,246
  25. 80 on a-64 goto 100,105,110,115,120,125,130
  26. 99 :
  27. 100 load"dawnfall /oxyron",8,1
  28. 105 print"learn to use this music utility and sendin your composed tunes!"
  29. 106 load"future comp.v2.0",8,1
  30. 110 load"     amnb 1     ",8,1
  31. 115 load"     amnb 2     ",8,1
  32. 120 load"m. walkers music",8,1
  33. 125 load"     guano!     ",8,1
  34. 130 load"  sheet music   ",8,1
  35.